Carbon


GetWindowFeatures

Header: MacWindows.h Carbon status: Supported

Obtains the features that a window supports.

OSStatus GetWindowFeatures (
    WindowRef window, 
    UInt32 *outFeatures
);
window

A pointer to the window to be examined.

outFeatures

On input, a pointer to an unsigned 32-bit value. On return, the bits of the value specify the features the window supports; see “Reporting Window Features”.

function result

A result code.

DISCUSSION

The GetWindowFeatures function produces a window definition function’s features in response to a kWindowMsgGetFeatures message.

VERSION NOTES

This function is available with Appearance Manager 1.0 and later.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when CarbonLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CarbonLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)